home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / AIncludes / CMCalibrator.a < prev    next >
Encoding:
Text File  |  1998-02-12  |  1.1 KB  |  43 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMCalibrator.a
  3. ;
  4. ;    Contains:    ColorSync Calibration API
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.5
  7. ;                Release:    Universal Interfaces 3.1
  8. ;
  9. ;    Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  10. ;
  11. ;    Bugs?:        Please include the the file and version information (from above) with
  12. ;                the problem description.  Developers belonging to one of the Apple
  13. ;                developer programs can submit bug reports to:
  14. ;
  15. ;                    devsupport@apple.com
  16. ;
  17. ;
  18.     IF &TYPE('__CMCALIBRATOR__') = 'UNDEFINED' THEN
  19. __CMCALIBRATOR__ SET 1
  20.  
  21.     IF &TYPE('__CMAPPLICATION__') = 'UNDEFINED' THEN
  22.     include 'CMApplication.a'
  23.     ENDIF
  24.     IF &TYPE('__DISPLAYS__') = 'UNDEFINED' THEN
  25.     include 'Displays.a'
  26.     ENDIF
  27.     IF &TYPE('__ERRORS__') = 'UNDEFINED' THEN
  28.     include 'Errors.a'
  29.     ENDIF
  30.  
  31. CalibratorInfo            RECORD 0
  32. displayID                 ds.l    1                ; offset: $0 (0)
  33. profileLocation             ds        CMProfileLocation ; offset: $4 (4)
  34. eventProc                 ds.l    1                ; offset: $4C (76)
  35. reserved                 ds.l    1                ; offset: $50 (80)
  36. flags                     ds.l    1                ; offset: $54 (84)
  37. isGood                     ds.b    1                ; offset: $58 (88)
  38. byteFiller                 ds.b    1                ; offset: $59 (89)
  39. sizeof                     EQU *                    ; size:   $5A (90)
  40.                         ENDR
  41.     ENDIF ; __CMCALIBRATOR__ 
  42.  
  43.